SipClientInvite Method (String, String, String, String, String) |
Invites another client to media session.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse Invite(
string from,
string to,
string contact,
string body,
string contentType
)
Public Function Invite (
from As String,
to As String,
contact As String,
body As String,
contentType As String
) As RequestResponse
Parameters
- from
- Type: SystemString
A string contains address of the initiator of the session. - to
- Type: SystemString
A string contains address of the recipient. - contact
- Type: SystemString
A string contains user's contact address. Usually the address contains user's IP address and port. - body
- Type: SystemString
A string contains session description. - contentType
- Type: SystemString
Content type of the body.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also